﻿2026-07-08T01:49:46.4811520Z Current runner version: '2.335.1'
2026-07-08T01:49:46.4816247Z Runner name: 'hfenduleam'
2026-07-08T01:49:46.4816690Z Runner group name: 'Default'
2026-07-08T01:49:46.4817148Z Machine name: 'HFENDULEAM'
2026-07-08T01:49:46.4819420Z ##[group]GITHUB_TOKEN Permissions
2026-07-08T01:49:46.4821179Z Contents: read
2026-07-08T01:49:46.4821605Z Metadata: read
2026-07-08T01:49:46.4822029Z Packages: read
2026-07-08T01:49:46.4822345Z ##[endgroup]
2026-07-08T01:49:46.4823610Z Secret source: Actions
2026-07-08T01:49:46.4824036Z Prepare workflow directory
2026-07-08T01:49:46.5099718Z Prepare all required actions
2026-07-08T01:49:46.5125517Z Getting action download info
2026-07-08T01:49:46.8261325Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-08T01:49:47.4573980Z Complete job name: n1-gate (self-hosted, Windows, hfenduleam)
2026-07-08T01:49:47.5277926Z ##[group]Run Get-Process spt,notify-shell -ErrorAction SilentlyContinue |
2026-07-08T01:49:47.5278835Z [36;1mGet-Process spt,notify-shell -ErrorAction SilentlyContinue |[0m
2026-07-08T01:49:47.5279461Z [36;1m  Where-Object { $_.Path -like "$env:GITHUB_WORKSPACE\*" } |[0m
2026-07-08T01:49:47.5280096Z [36;1m  Stop-Process -Force -ErrorAction SilentlyContinue[0m
2026-07-08T01:49:47.5280571Z [36;1mexit 0[0m
2026-07-08T01:49:47.5352321Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-08T01:49:47.5353320Z ##[endgroup]
2026-07-08T01:49:47.9729417Z ##[group]Run actions/checkout@v5
2026-07-08T01:49:47.9729938Z with:
2026-07-08T01:49:47.9730258Z   fetch-depth: 0
2026-07-08T01:49:47.9730596Z   repository: SaberMage/spt-core
2026-07-08T01:49:47.9733622Z   token: ***
2026-07-08T01:49:47.9733940Z   ssh-strict: true
2026-07-08T01:49:47.9734253Z   ssh-user: git
2026-07-08T01:49:47.9734597Z   persist-credentials: true
2026-07-08T01:49:47.9734949Z   clean: true
2026-07-08T01:49:47.9735293Z   sparse-checkout-cone-mode: true
2026-07-08T01:49:47.9735682Z   fetch-tags: false
2026-07-08T01:49:47.9736079Z   show-progress: true
2026-07-08T01:49:47.9736402Z   lfs: false
2026-07-08T01:49:47.9736702Z   submodules: false
2026-07-08T01:49:47.9737155Z   set-safe-directory: true
2026-07-08T01:49:47.9737702Z ##[endgroup]
2026-07-08T01:49:48.1553998Z Syncing repository: SaberMage/spt-core
2026-07-08T01:49:48.1555424Z ##[group]Getting Git version info
2026-07-08T01:49:48.1556071Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-08T01:49:48.1849742Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-08T01:49:48.2042120Z git version 2.43.0.windows.1
2026-07-08T01:49:48.2064573Z ##[endgroup]
2026-07-08T01:49:48.2072452Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\be65f38b-4f52-44a1-91b5-5557e1714deb\.gitconfig'
2026-07-08T01:49:48.2086306Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\be65f38b-4f52-44a1-91b5-5557e1714deb' before making global git config changes
2026-07-08T01:49:48.2087331Z Adding repository directory to the temporary git global config as a safe directory
2026-07-08T01:49:48.2091276Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-08T01:49:48.2318286Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-08T01:49:48.2503018Z https://github.com/SaberMage/spt-core
2026-07-08T01:49:48.2526833Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-08T01:49:48.2530948Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-08T01:49:48.3192321Z HEAD
2026-07-08T01:49:48.3438325Z ##[endgroup]
2026-07-08T01:49:48.3441995Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-08T01:49:48.8741520Z ##[group]Cleaning the repository
2026-07-08T01:49:48.8745633Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-08T01:49:54.1667911Z Removing target/
2026-07-08T01:49:54.1696208Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-08T01:49:54.3224373Z HEAD is now at 1fccfcd Merge a74e5269e0337504363a77744b65e0765537db69 into 907dd2d710131c210f2543a997ec48b3e82835db
2026-07-08T01:49:54.3248238Z ##[endgroup]
2026-07-08T01:49:54.3252604Z ##[group]Disabling automatic garbage collection
2026-07-08T01:49:54.3257645Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-08T01:49:54.3999152Z ##[endgroup]
2026-07-08T01:49:54.3999681Z ##[group]Setting up auth
2026-07-08T01:49:54.4005027Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-08T01:49:54.5189444Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-08T01:49:55.0436541Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-08T01:49:55.0689074Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-08T01:49:55.5180514Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-08T01:49:55.5908796Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-08T01:49:56.0438050Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-08T01:49:56.0753130Z ##[endgroup]
2026-07-08T01:49:56.0753888Z ##[group]Fetching the repository
2026-07-08T01:49:56.0760776Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +1fccfcdec9774da20add42c638552a60adf70bfc:refs/remotes/pull/57/merge
2026-07-08T01:49:57.2102051Z From https://github.com/SaberMage/spt-core
2026-07-08T01:49:57.2102445Z  * [new branch]      lifecycle-truth -> origin/lifecycle-truth
2026-07-08T01:49:57.2244294Z ##[endgroup]
2026-07-08T01:49:57.2244720Z ##[group]Determining the checkout info
2026-07-08T01:49:57.2245062Z ##[endgroup]
2026-07-08T01:49:57.2250871Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-08T01:49:57.2520817Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-08T01:49:57.2741264Z ##[group]Checking out the ref
2026-07-08T01:49:57.2745513Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/57/merge
2026-07-08T01:49:57.3086724Z HEAD is now at 1fccfcd Merge a74e5269e0337504363a77744b65e0765537db69 into 907dd2d710131c210f2543a997ec48b3e82835db
2026-07-08T01:49:57.3111781Z ##[endgroup]
2026-07-08T01:49:57.3381149Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-08T01:49:57.3611502Z 1fccfcdec9774da20add42c638552a60adf70bfc
2026-07-08T01:49:57.3888077Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-08T01:49:57.3888421Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-08T01:49:57.3888657Z [36;1m$PIN = "0c95435"[0m
2026-07-08T01:49:57.3888899Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-08T01:49:57.3889164Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-08T01:49:57.3889523Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-08T01:49:57.3889899Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-08T01:49:57.3890214Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-08T01:49:57.3890498Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-08T01:49:57.3890739Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-08T01:49:57.3891600Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-08T01:49:57.3891981Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-08T01:49:57.3892201Z [36;1m}[0m
2026-07-08T01:49:57.3892374Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-08T01:49:57.3892632Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-08T01:49:57.3954022Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-08T01:49:57.3954320Z ##[endgroup]
2026-07-08T01:49:58.4987113Z    Compiling proc-macro2 v1.0.106
2026-07-08T01:49:58.4987404Z    Compiling quote v1.0.45
2026-07-08T01:49:58.4987640Z    Compiling unicode-ident v1.0.24
2026-07-08T01:49:58.4987872Z    Compiling cfg-if v1.0.4
2026-07-08T01:49:58.4988068Z    Compiling serde_core v1.0.228
2026-07-08T01:49:58.4988339Z    Compiling serde v1.0.228
2026-07-08T01:49:58.4988759Z    Compiling windows-link v0.2.1
2026-07-08T01:49:58.4989116Z    Compiling portable-atomic v1.13.1
2026-07-08T01:49:58.4989621Z    Compiling getrandom v0.3.4
2026-07-08T01:49:58.4990013Z    Compiling typenum v1.20.1
2026-07-08T01:49:58.4990548Z    Compiling version_check v0.9.5
2026-07-08T01:49:58.4991050Z    Compiling pin-project-lite v0.2.17
2026-07-08T01:49:58.4991404Z    Compiling find-msvc-tools v0.1.9
2026-07-08T01:49:58.4991948Z    Compiling critical-section v1.2.0
2026-07-08T01:49:58.4992377Z    Compiling memchr v2.8.1
2026-07-08T01:49:58.4992833Z    Compiling shlex v2.0.1
2026-07-08T01:49:58.5699866Z    Compiling windows-sys v0.61.2
2026-07-08T01:49:58.5931669Z    Compiling subtle v2.6.1
2026-07-08T01:49:58.6357004Z    Compiling equivalent v1.0.2
2026-07-08T01:49:58.6476795Z    Compiling smallvec v1.15.1
2026-07-08T01:49:58.6814715Z    Compiling futures-core v0.3.32
2026-07-08T01:49:58.7354377Z    Compiling itoa v1.0.18
2026-07-08T01:49:58.7869499Z    Compiling bytes v1.11.1
2026-07-08T01:49:58.7941004Z    Compiling semver v1.0.28
2026-07-08T01:49:58.8375531Z    Compiling stable_deref_trait v1.2.1
2026-07-08T01:49:58.8699310Z    Compiling log v0.4.32
2026-07-08T01:49:58.8887244Z    Compiling generic-array v0.14.7
2026-07-08T01:49:58.9242098Z    Compiling slab v0.4.12
2026-07-08T01:49:58.9844790Z    Compiling rustc_version v0.4.1
2026-07-08T01:49:59.0794936Z    Compiling futures-io v0.3.32
2026-07-08T01:49:59.1156789Z    Compiling futures-sink v0.3.32
2026-07-08T01:49:59.1267085Z    Compiling rand_core v0.10.1
2026-07-08T01:49:59.1745334Z    Compiling hashbrown v0.17.1
2026-07-08T01:49:59.2782118Z    Compiling futures-task v0.3.32
2026-07-08T01:49:59.3039153Z    Compiling rustversion v1.0.22
2026-07-08T01:49:59.3074368Z    Compiling getrandom v0.2.17
2026-07-08T01:49:59.3891658Z    Compiling futures-channel v0.3.32
2026-07-08T01:49:59.4416102Z    Compiling getrandom v0.4.2
2026-07-08T01:49:59.4872961Z    Compiling cpufeatures v0.2.17
2026-07-08T01:49:59.5278496Z    Compiling fnv v1.0.7
2026-07-08T01:49:59.5328748Z    Compiling libc v0.2.186
2026-07-08T01:49:59.5463194Z    Compiling cfg_aliases v0.2.1
2026-07-08T01:49:59.8416067Z    Compiling indexmap v2.14.0
2026-07-08T01:50:00.1029727Z    Compiling strsim v0.11.1
2026-07-08T01:50:00.1887281Z    Compiling autocfg v1.5.1
2026-07-08T01:50:00.2137757Z    Compiling writeable v0.6.3
2026-07-08T01:50:00.2351561Z    Compiling litemap v0.8.2
2026-07-08T01:50:00.3294136Z    Compiling jobserver v0.1.34
2026-07-08T01:50:00.3312375Z    Compiling icu_normalizer_data v2.2.0
2026-07-08T01:50:00.3414153Z    Compiling fs_extra v1.3.0
2026-07-08T01:50:00.4182343Z    Compiling dunce v1.0.5
2026-07-08T01:50:00.5010296Z    Compiling cc v1.2.63
2026-07-08T01:50:00.5080416Z    Compiling ident_case v1.0.1
2026-07-08T01:50:00.6223193Z    Compiling utf8_iter v1.0.4
2026-07-08T01:50:00.6796772Z    Compiling icu_properties_data v2.2.0
2026-07-08T01:50:00.6878404Z    Compiling percent-encoding v2.3.2
2026-07-08T01:50:00.8770707Z    Compiling syn v2.0.117
2026-07-08T01:50:00.8798029Z    Compiling crypto-common v0.1.7
2026-07-08T01:50:00.8835321Z    Compiling http v1.4.1
2026-07-08T01:50:00.9190032Z    Compiling unicode-segmentation v1.13.3
2026-07-08T01:50:00.9779546Z    Compiling cpufeatures v0.3.0
2026-07-08T01:50:00.9873043Z    Compiling aws-lc-rs v1.17.0
2026-07-08T01:50:00.9963292Z    Compiling thiserror v2.0.18
2026-07-08T01:50:01.0072197Z    Compiling scopeguard v1.2.0
2026-07-08T01:50:01.0101106Z    Compiling form_urlencoded v1.2.2
2026-07-08T01:50:01.0803933Z    Compiling chacha20 v0.10.0
2026-07-08T01:50:01.1123557Z    Compiling lock_api v0.4.14
2026-07-08T01:50:01.1418696Z    Compiling block-buffer v0.10.4
2026-07-08T01:50:01.2290928Z    Compiling untrusted v0.9.0
2026-07-08T01:50:01.4267872Z    Compiling cmake v0.1.58
2026-07-08T01:50:01.4786032Z    Compiling bitflags v2.12.1
2026-07-08T01:50:01.4854706Z    Compiling winapi v0.3.9
2026-07-08T01:50:01.7118538Z    Compiling digest v0.10.7
2026-07-08T01:50:01.7251080Z    Compiling num-traits v0.2.19
2026-07-08T01:50:01.7298691Z    Compiling windows-strings v0.5.1
2026-07-08T01:50:01.8246288Z    Compiling rand v0.10.1
2026-07-08T01:50:01.8321297Z    Compiling windows-result v0.4.1
2026-07-08T01:50:01.8564264Z    Compiling rustls v0.23.40
2026-07-08T01:50:01.8825525Z    Compiling heck v0.5.0
2026-07-08T01:50:01.9245162Z    Compiling convert_case v0.10.0
2026-07-08T01:50:02.0284001Z    Compiling atomic-waker v1.1.2
2026-07-08T01:50:02.1115688Z    Compiling anyhow v1.0.102
2026-07-08T01:50:02.1774157Z    Compiling unicode-xid v0.2.6
2026-07-08T01:50:02.1887342Z    Compiling const-oid v0.10.2
2026-07-08T01:50:02.2305624Z    Compiling httparse v1.10.1
2026-07-08T01:50:02.2445361Z    Compiling aws-lc-sys v0.41.0
2026-07-08T01:50:02.2463326Z    Compiling ring v0.17.14
2026-07-08T01:50:02.2581371Z    Compiling parking_lot_core v0.9.12
2026-07-08T01:50:02.3678051Z    Compiling zerocopy v0.8.50
2026-07-08T01:50:02.4902982Z    Compiling http-body v1.0.1
2026-07-08T01:50:02.6594067Z    Compiling hybrid-array v0.4.12
2026-07-08T01:50:02.6645822Z    Compiling curve25519-dalek v4.1.3
2026-07-08T01:50:02.7661889Z    Compiling ahash v0.8.12
2026-07-08T01:50:02.7875455Z    Compiling base64ct v1.8.3
2026-07-08T01:50:02.9344270Z    Compiling powerfmt v0.2.0
2026-07-08T01:50:02.9719242Z    Compiling fastrand v2.4.1
2026-07-08T01:50:03.2660396Z    Compiling either v1.16.0
2026-07-08T01:50:03.3874014Z    Compiling deranged v0.5.8
2026-07-08T01:50:03.3874908Z    Compiling pem-rfc7468 v1.0.0
2026-07-08T01:50:03.4735965Z    Compiling uuid v1.23.2
2026-07-08T01:50:03.5177834Z    Compiling rand_core v0.6.4
2026-07-08T01:50:03.6288623Z    Compiling pkg-config v0.3.33
2026-07-08T01:50:03.6330550Z    Compiling num-conv v0.2.2
2026-07-08T01:50:03.7431215Z    Compiling base64 v0.22.1
2026-07-08T01:50:03.7902723Z    Compiling tower-service v0.3.3
2026-07-08T01:50:03.8211067Z    Compiling try-lock v0.2.5
2026-07-08T01:50:03.9045393Z    Compiling vcpkg v0.2.15
2026-07-08T01:50:03.9144170Z    Compiling zmij v1.0.21
2026-07-08T01:50:03.9436179Z    Compiling synstructure v0.13.2
2026-07-08T01:50:04.0002679Z    Compiling darling_core v0.20.11
2026-07-08T01:50:04.0056044Z    Compiling time-core v0.1.8
2026-07-08T01:50:04.0162751Z    Compiling data-encoding v2.11.0
2026-07-08T01:50:04.0241875Z    Compiling tinyvec_macros v0.1.1
2026-07-08T01:50:04.2626238Z    Compiling tinyvec v1.11.0
2026-07-08T01:50:04.2827530Z    Compiling want v0.3.1
2026-07-08T01:50:04.3215902Z    Compiling parking_lot v0.12.5
2026-07-08T01:50:04.3665116Z    Compiling crypto-common v0.2.2
2026-07-08T01:50:04.5172161Z    Compiling block-buffer v0.12.0
2026-07-08T01:50:04.5174380Z    Compiling sha2 v0.10.9
2026-07-08T01:50:04.6708046Z    Compiling vergen-lib v9.1.0
2026-07-08T01:50:04.6805468Z    Compiling inout v0.1.4
2026-07-08T01:50:04.6937300Z    Compiling n0-future v0.3.2
2026-07-08T01:50:04.7019978Z    Compiling winnow v1.0.3
2026-07-08T01:50:04.8338038Z    Compiling diatomic-waker v0.2.3
2026-07-08T01:50:04.8339509Z    Compiling libsqlite3-sys v0.30.1
2026-07-08T01:50:04.9605082Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-08T01:50:04.9751288Z    Compiling signature v2.2.0
2026-07-08T01:50:05.0558517Z    Compiling crossbeam-utils v0.8.21
2026-07-08T01:50:05.0962550Z    Compiling spin v0.10.0
2026-07-08T01:50:05.1205806Z    Compiling serde_json v1.0.150
2026-07-08T01:50:05.2016158Z    Compiling httpdate v1.0.3
2026-07-08T01:50:05.2721663Z    Compiling cordyceps v0.3.4
2026-07-08T01:50:05.3140347Z    Compiling parking v2.2.1
2026-07-08T01:50:05.4346074Z    Compiling socket2 v0.6.4
2026-07-08T01:50:05.4348019Z    Compiling mio v1.2.1
2026-07-08T01:50:05.5406452Z    Compiling futures-buffered v0.2.13
2026-07-08T01:50:05.5437376Z    Compiling futures-lite v2.6.1
2026-07-08T01:50:05.5649855Z    Compiling digest v0.11.3
2026-07-08T01:50:05.5705792Z    Compiling ed25519 v2.2.3
2026-07-08T01:50:05.9242575Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-08T01:50:05.9268745Z    Compiling cipher v0.4.4
2026-07-08T01:50:05.9846873Z    Compiling vergen v9.1.0
2026-07-08T01:50:05.9984700Z    Compiling vergen-lib v0.1.6
2026-07-08T01:50:06.0656921Z    Compiling universal-hash v0.5.1
2026-07-08T01:50:06.0728716Z    Compiling noq-udp v0.10.0
2026-07-08T01:50:06.2407563Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-08T01:50:06.2410861Z    Compiling heapless v0.7.17
2026-07-08T01:50:06.2670849Z    Compiling sync_wrapper v1.0.2
2026-07-08T01:50:06.2804268Z    Compiling allocator-api2 v0.2.21
2026-07-08T01:50:06.3220917Z    Compiling opaque-debug v0.3.1
2026-07-08T01:50:06.4157625Z    Compiling byteorder v1.5.0
2026-07-08T01:50:06.4191955Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-08T01:50:06.4416834Z    Compiling serde_derive v1.0.228
2026-07-08T01:50:06.5861354Z    Compiling zeroize_derive v1.4.3
2026-07-08T01:50:06.6108872Z    Compiling zerofrom-derive v0.1.7
2026-07-08T01:50:06.6288778Z    Compiling yoke-derive v0.8.2
2026-07-08T01:50:06.6337710Z    Compiling tokio-macros v2.7.0
2026-07-08T01:50:06.6405663Z    Compiling futures-macro v0.3.32
2026-07-08T01:50:06.6507698Z    Compiling zerovec-derive v0.11.3
2026-07-08T01:50:06.6867672Z    Compiling displaydoc v0.2.6
2026-07-08T01:50:06.7472956Z    Compiling tracing-attributes v0.1.31
2026-07-08T01:50:06.7757258Z    Compiling thiserror-impl v2.0.18
2026-07-08T01:50:07.2077427Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-08T01:50:07.2704382Z    Compiling zeroize v1.8.2
2026-07-08T01:50:07.5768397Z    Compiling tokio v1.52.3
2026-07-08T01:50:07.5768878Z    Compiling rustls-pki-types v1.14.1
2026-07-08T01:50:07.6602682Z    Compiling darling_macro v0.20.11
2026-07-08T01:50:07.7018478Z    Compiling derive_more-impl v2.1.1
2026-07-08T01:50:07.8815173Z    Compiling windows-interface v0.59.3
2026-07-08T01:50:07.8869268Z    Compiling futures-util v0.3.32
2026-07-08T01:50:07.9496920Z    Compiling spez v0.1.2
2026-07-08T01:50:07.9557063Z    Compiling n0-error-macros v0.1.3
2026-07-08T01:50:08.0467390Z    Compiling windows-implement v0.60.2
2026-07-08T01:50:08.1814564Z    Compiling darling v0.20.11
2026-07-08T01:50:08.2258162Z    Compiling zerofrom v0.1.8
2026-07-08T01:50:08.3372044Z    Compiling der v0.8.0-rc.10
2026-07-08T01:50:08.4172762Z    Compiling pin-project-internal v1.1.13
2026-07-08T01:50:08.4633642Z    Compiling derive_builder_core v0.20.2
2026-07-08T01:50:08.6351704Z    Compiling yoke v0.8.3
2026-07-08T01:50:08.8224876Z    Compiling windows-core v0.62.2
2026-07-08T01:50:08.9011219Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-08T01:50:08.9575022Z    Compiling hash32 v0.2.1
2026-07-08T01:50:09.0241223Z    Compiling zerovec v0.11.6
2026-07-08T01:50:09.0313101Z    Compiling zerotrie v0.2.4
2026-07-08T01:50:09.0663765Z    Compiling n0-error v0.1.3
2026-07-08T01:50:09.1768770Z    Compiling ed25519-dalek v2.2.0
2026-07-08T01:50:09.5167744Z    Compiling spki v0.8.0-rc.4
2026-07-08T01:50:09.5619675Z    Compiling polyval v0.6.2
2026-07-08T01:50:09.6166850Z    Compiling tinystr v0.8.3
2026-07-08T01:50:09.7211079Z    Compiling potential_utf v0.1.5
2026-07-08T01:50:09.7665675Z    Compiling derive_builder_macro v0.20.2
2026-07-08T01:50:09.7851807Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-08T01:50:09.8063879Z    Compiling icu_locale_core v2.2.0
2026-07-08T01:50:09.8596297Z    Compiling icu_collections v2.2.0
2026-07-08T01:50:09.8938236Z    Compiling pin-project v1.1.13
2026-07-08T01:50:10.0358981Z    Compiling spin v0.9.8
2026-07-08T01:50:10.1332260Z    Compiling vergen-gitcl v1.0.8
2026-07-08T01:50:10.2230668Z    Compiling windows-threading v0.2.1
2026-07-08T01:50:10.2942974Z    Compiling ryu v1.0.23
2026-07-08T01:50:10.3187720Z    Compiling derive_builder v0.20.2
2026-07-08T01:50:10.4146200Z    Compiling fallible-iterator v0.3.0
2026-07-08T01:50:10.4223001Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-08T01:50:10.4652921Z    Compiling signature v3.0.0
2026-07-08T01:50:10.5631323Z    Compiling tower-layer v0.3.3
2026-07-08T01:50:10.6403363Z    Compiling futures-executor v0.3.32
2026-07-08T01:50:10.6828071Z    Compiling windows-future v0.3.2
2026-07-08T01:50:10.7432144Z    Compiling icu_provider v2.2.0
2026-07-08T01:50:10.8240772Z    Compiling windows-targets v0.52.6
2026-07-08T01:50:10.8310347Z    Compiling ghash v0.5.1
2026-07-08T01:50:10.9849758Z    Compiling ipnet v2.12.0
2026-07-08T01:50:11.0027380Z    Compiling ed25519 v3.0.0-rc.4
2026-07-08T01:50:11.0427055Z    Compiling icu_properties v2.2.0
2026-07-08T01:50:11.0466338Z    Compiling icu_normalizer v2.2.0
2026-07-08T01:50:11.1923796Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-08T01:50:11.2156050Z    Compiling futures v0.3.32
2026-07-08T01:50:11.3166597Z    Compiling prefix-trie v0.8.4
2026-07-08T01:50:11.3312216Z    Compiling windows-numerics v0.3.1
2026-07-08T01:50:11.5073685Z    Compiling once_cell v1.21.4
2026-07-08T01:50:11.5407078Z    Compiling windows-collections v0.3.2
2026-07-08T01:50:11.6221973Z    Compiling tokio-util v0.7.18
2026-07-08T01:50:11.6305289Z    Compiling proc-macro-crate v3.5.0
2026-07-08T01:50:11.6384133Z    Compiling spt-proto v0.29.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-08T01:50:11.7438459Z    Compiling tracing-core v0.1.36
2026-07-08T01:50:11.8210818Z    Compiling derive_more v2.1.1
2026-07-08T01:50:11.8471656Z    Compiling cobs v0.3.0
2026-07-08T01:50:11.8472121Z    Compiling postcard-derive v0.2.2
2026-07-08T01:50:11.9039825Z    Compiling ctr v0.9.2
2026-07-08T01:50:11.9885215Z    Compiling aes v0.8.4
2026-07-08T01:50:12.0011802Z    Compiling hashbrown v0.14.5
2026-07-08T01:50:12.0903819Z    Compiling sha2 v0.11.0-rc.5
2026-07-08T01:50:12.0922756Z    Compiling fs2 v0.4.3
2026-07-08T01:50:12.1089026Z    Compiling tracing v0.1.44
2026-07-08T01:50:12.1173306Z    Compiling time v0.3.47
2026-07-08T01:50:12.3169564Z    Compiling idna_adapter v1.2.2
2026-07-08T01:50:12.3606402Z    Compiling http-body-util v0.1.3
2026-07-08T01:50:12.4014009Z    Compiling idna v1.1.0
2026-07-08T01:50:12.4714294Z    Compiling aead v0.5.2
2026-07-08T01:50:12.5987163Z    Compiling h2 v0.4.14
2026-07-08T01:50:12.6061660Z    Compiling hashlink v0.9.1
2026-07-08T01:50:12.6461169Z    Compiling arrayvec v0.7.6
2026-07-08T01:50:12.6580028Z    Compiling widestring v1.2.1
2026-07-08T01:50:12.6613213Z    Compiling ipconfig v0.3.4
2026-07-08T01:50:12.7461073Z    Compiling url v2.5.8
2026-07-08T01:50:12.8754470Z    Compiling utf8parse v0.2.2
2026-07-08T01:50:12.9248725Z    Compiling rusqlite v0.32.1
2026-07-08T01:50:12.9586419Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-08T01:50:13.0324366Z    Compiling aes-gcm v0.10.3
2026-07-08T01:50:13.0435687Z    Compiling postcard v1.1.3
2026-07-08T01:50:13.0750706Z    Compiling num_enum_derive v0.7.6
2026-07-08T01:50:13.1942069Z    Compiling windows v0.62.2
2026-07-08T01:50:13.2499609Z    Compiling data-encoding-macro v0.1.20
2026-07-08T01:50:13.3171587Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-08T01:50:13.3486069Z    Compiling tower v0.5.3
2026-07-08T01:50:13.4779865Z    Compiling windows-sys v0.59.0
2026-07-08T01:50:13.5285913Z    Compiling chrono v0.4.45
2026-07-08T01:50:13.6234413Z    Compiling crossbeam-channel v0.5.15
2026-07-08T01:50:13.6388563Z    Compiling crossbeam-epoch v0.9.18
2026-07-08T01:50:14.0430864Z    Compiling spt-store v0.29.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-08T01:50:14.0531027Z    Compiling async-trait v0.1.89
2026-07-08T01:50:14.2595167Z    Compiling iroh-metrics-derive v0.4.1
2026-07-08T01:50:14.2655322Z    Compiling strum_macros v0.28.0
2026-07-08T01:50:14.2737687Z    Compiling enum-assoc v1.3.0
2026-07-08T01:50:14.2887755Z    Compiling blake3 v1.8.5
2026-07-08T01:50:14.3919310Z    Compiling windows-registry v0.6.1
2026-07-08T01:50:14.6333035Z    Compiling memoffset v0.6.5
2026-07-08T01:50:14.7769976Z    Compiling noq v0.18.0
2026-07-08T01:50:14.8048035Z    Compiling netwatch v0.16.0
2026-07-08T01:50:14.8976355Z    Compiling acto v0.8.2
2026-07-08T01:50:14.9838001Z    Compiling foldhash v0.2.0
2026-07-08T01:50:15.0492890Z    Compiling sorted-index-buffer v0.2.1
2026-07-08T01:50:15.1675757Z    Compiling mac-addr v0.3.0
2026-07-08T01:50:15.2340653Z    Compiling thiserror v1.0.69
2026-07-08T01:50:15.2480103Z    Compiling lru-slab v0.1.2
2026-07-08T01:50:15.2687627Z    Compiling tagptr v0.2.0
2026-07-08T01:50:15.2888310Z    Compiling identity-hash v0.1.0
2026-07-08T01:50:15.3277299Z    Compiling ref-cast v1.0.25
2026-07-08T01:50:15.3621009Z    Compiling rustc-hash v2.1.2
2026-07-08T01:50:15.3866535Z    Compiling xml-rs v0.8.28
2026-07-08T01:50:15.4679651Z    Compiling moka v0.12.15
2026-07-08T01:50:15.4931065Z    Compiling netdev v0.42.0
2026-07-08T01:50:15.6707376Z    Compiling hashbrown v0.16.1
2026-07-08T01:50:15.7250884Z    Compiling iroh-relay v0.98.0
2026-07-08T01:50:15.7491007Z    Compiling iroh-metrics v0.38.3
2026-07-08T01:50:15.9811472Z    Compiling xmltree v0.10.3
2026-07-08T01:50:16.2051212Z    Compiling num_enum v0.7.6
2026-07-08T01:50:16.2152672Z    Compiling tower-http v0.6.11
2026-07-08T01:50:16.3308794Z    Compiling hyper v1.10.1
2026-07-08T01:50:16.3907037Z    Compiling spt-msg v0.29.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-08T01:50:16.4428129Z    Compiling iroh-base v0.98.0
2026-07-08T01:50:16.4541177Z    Compiling attohttpc v0.30.1
2026-07-08T01:50:16.5455254Z    Compiling n0-watcher v0.6.1
2026-07-08T01:50:16.6774323Z    Compiling strum v0.28.0
2026-07-08T01:50:16.7076806Z    Compiling tokio-stream v0.1.18
2026-07-08T01:50:16.7370416Z    Compiling toml_datetime v0.6.11
2026-07-08T01:50:17.1595548Z    Compiling serde_spanned v0.6.9
2026-07-08T01:50:17.1656614Z    Compiling thiserror-impl v1.0.69
2026-07-08T01:50:17.1794042Z    Compiling ref-cast-impl v1.0.25
2026-07-08T01:50:17.2490398Z    Compiling serde_derive_internals v0.29.1
2026-07-08T01:50:17.2867917Z    Compiling simple-dns v0.9.3
2026-07-08T01:50:17.3659644Z    Compiling serial-core v0.4.0
2026-07-08T01:50:17.4212081Z    Compiling aho-corasick v1.1.4
2026-07-08T01:50:17.4719411Z    Compiling toml_write v0.1.2
2026-07-08T01:50:17.6839350Z    Compiling hyper-util v0.1.20
2026-07-08T01:50:17.7603455Z    Compiling constant_time_eq v0.4.2
2026-07-08T01:50:17.7650871Z    Compiling smol_str v0.1.24
2026-07-08T01:50:17.9008239Z    Compiling resolv-conf v0.7.6
2026-07-08T01:50:17.9097369Z    Compiling regex-syntax v0.8.10
2026-07-08T01:50:18.0911703Z    Compiling winnow v0.7.15
2026-07-08T01:50:18.1354141Z    Compiling simdutf8 v0.1.5
2026-07-08T01:50:18.2847158Z    Compiling arrayref v0.3.9
2026-07-08T01:50:18.4347691Z    Compiling sha1_smol v1.0.1
2026-07-08T01:50:18.4861678Z    Compiling winreg v0.10.1
2026-07-08T01:50:18.5317893Z    Compiling schemars_derive v1.2.1
2026-07-08T01:50:18.6317395Z    Compiling iroh-dns v0.98.0
2026-07-08T01:50:18.9426991Z    Compiling serial-windows v0.4.0
2026-07-08T01:50:19.1161235Z    Compiling igd-next v0.17.1
2026-07-08T01:50:19.1994787Z    Compiling lru v0.16.4
2026-07-08T01:50:19.2419511Z    Compiling webpki-roots v1.0.7
2026-07-08T01:50:19.3052265Z    Compiling seize v0.5.1
2026-07-08T01:50:19.3636386Z    Compiling darling_core v0.23.0
2026-07-08T01:50:19.7634406Z    Compiling regex-automata v0.4.14
2026-07-08T01:50:19.8273542Z    Compiling toml_edit v0.22.27
2026-07-08T01:50:19.8576001Z    Compiling serde_bytes v0.11.19
2026-07-08T01:50:19.9120931Z    Compiling hmac v0.12.1
2026-07-08T01:50:20.0469754Z    Compiling iroh v0.98.2
2026-07-08T01:50:20.0470183Z    Compiling pin-utils v0.1.0
2026-07-08T01:50:20.0496148Z    Compiling bitflags v1.3.2
2026-07-08T01:50:20.0926757Z    Compiling anstyle v1.0.14
2026-07-08T01:50:20.1123611Z    Compiling cmov v0.5.4
2026-07-08T01:50:20.1584902Z    Compiling lazy_static v1.5.0
2026-07-08T01:50:20.2117113Z    Compiling dyn-clone v1.0.20
2026-07-08T01:50:20.2289444Z    Compiling once_cell_polyfill v1.70.2
2026-07-08T01:50:20.3022109Z    Compiling shared_library v0.1.9
2026-07-08T01:50:20.3923841Z    Compiling schemars v1.2.1
2026-07-08T01:50:20.3953932Z    Compiling anstyle-wincon v3.0.11
2026-07-08T01:50:20.4066425Z    Compiling ctutils v0.4.2
2026-07-08T01:50:20.4387362Z    Compiling nix v0.25.1
2026-07-08T01:50:20.4402064Z    Compiling hkdf v0.12.4
2026-07-08T01:50:20.5834450Z    Compiling papaya v0.2.4
2026-07-08T01:50:20.6114518Z    Compiling filedescriptor v0.8.3
2026-07-08T01:50:20.6333969Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-08T01:50:20.6962866Z    Compiling serial v0.4.0
2026-07-08T01:50:20.7258020Z    Compiling anstyle-parse v1.0.0
2026-07-08T01:50:20.8034495Z    Compiling backon v1.6.0
2026-07-08T01:50:20.8358275Z    Compiling anstyle-query v1.1.5
2026-07-08T01:50:20.8942556Z    Compiling vte_generate_state_changes v0.1.2
2026-07-08T01:50:20.9550086Z    Compiling downcast-rs v1.2.1
2026-07-08T01:50:21.0214424Z    Compiling paste v1.0.15
2026-07-08T01:50:21.0730130Z    Compiling colorchoice v1.0.5
2026-07-08T01:50:21.1124796Z    Compiling foldhash v0.1.5
2026-07-08T01:50:21.1578083Z    Compiling instability v0.3.12
2026-07-08T01:50:21.2916335Z    Compiling is_terminal_polyfill v1.70.2
2026-07-08T01:50:21.2982442Z    Compiling shell-words v1.1.1
2026-07-08T01:50:21.3190249Z    Compiling vte v0.13.1
2026-07-08T01:50:21.3568358Z    Compiling anstream v1.0.0
2026-07-08T01:50:21.3889444Z    Compiling portable-pty v0.8.1
2026-07-08T01:50:21.5812336Z    Compiling hashbrown v0.15.5
2026-07-08T01:50:21.7027623Z    Compiling toml v0.8.23
2026-07-08T01:50:21.7268684Z    Compiling spake2 v0.4.0
2026-07-08T01:50:21.8426454Z    Compiling strum_macros v0.26.4
2026-07-08T01:50:22.1025150Z    Compiling regex v1.12.3
2026-07-08T01:50:22.1398669Z    Compiling terminal_size v0.4.4
2026-07-08T01:50:22.3053316Z    Compiling crossterm_winapi v0.9.1
2026-07-08T01:50:22.3294967Z    Compiling itertools v0.13.0
2026-07-08T01:50:22.3302542Z    Compiling sha1 v0.10.6
2026-07-08T01:50:22.6531734Z    Compiling spt-runtime v0.29.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-08T01:50:22.7337985Z    Compiling castaway v0.2.4
2026-07-08T01:50:22.7361006Z    Compiling clap_lex v1.1.0
2026-07-08T01:50:22.7431711Z    Compiling recvmsg v1.0.0
2026-07-08T01:50:22.7795840Z    Compiling wmi v0.18.4
2026-07-08T01:50:22.9657102Z    Compiling indoc v2.0.7
2026-07-08T01:50:23.0505628Z    Compiling darling_macro v0.23.0
2026-07-08T01:50:23.1255033Z    Compiling static_assertions v1.1.0
2026-07-08T01:50:23.1759922Z    Compiling doctest-file v1.1.1
2026-07-08T01:50:23.2357523Z    Compiling unicode-width v0.1.14
2026-07-08T01:50:23.3003865Z    Compiling compact_str v0.8.2
2026-07-08T01:50:23.5635864Z    Compiling clap_builder v4.6.0
2026-07-08T01:50:23.5822112Z    Compiling darling v0.23.0
2026-07-08T01:50:23.5940157Z    Compiling crossterm v0.28.1
2026-07-08T01:50:23.9348607Z    Compiling strum v0.26.3
2026-07-08T01:50:23.9584846Z    Compiling interprocess v2.4.2
2026-07-08T01:50:24.1607098Z    Compiling unicode-truncate v1.1.0
2026-07-08T01:50:24.2204157Z    Compiling lru v0.12.5
2026-07-08T01:50:24.4071376Z    Compiling spt-term v0.29.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-08T01:50:24.8605243Z    Compiling portmapper v0.16.0
2026-07-08T01:50:25.0926777Z    Compiling spt-live v0.29.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-08T01:50:25.1684011Z    Compiling clap_derive v4.6.1
2026-07-08T01:50:25.2296091Z    Compiling unicode-width v0.2.0
2026-07-08T01:50:25.2443884Z    Compiling error-code v3.3.2
2026-07-08T01:50:25.2965917Z    Compiling cassowary v0.3.0
2026-07-08T01:50:25.4115297Z    Compiling clipboard-win v5.4.1
2026-07-08T01:50:25.4308786Z    Compiling nucleo-matcher v0.3.1
2026-07-08T01:50:25.4341255Z    Compiling qrcode v0.14.1
2026-07-08T01:50:25.5508739Z    Compiling tempfile v3.27.0
2026-07-08T01:50:25.9372559Z    Compiling ratatui v0.29.0
2026-07-08T01:50:27.0080220Z    Compiling clap v4.6.1
2026-07-08T01:50:39.1383676Z    Compiling rustls-webpki v0.103.13
2026-07-08T01:50:41.4831166Z    Compiling tokio-rustls v0.26.4
2026-07-08T01:50:41.4831484Z    Compiling rustls-platform-verifier v0.7.0
2026-07-08T01:50:41.4831767Z    Compiling noq-proto v0.17.0
2026-07-08T01:50:41.6340860Z    Compiling hickory-net v0.26.0-beta.4
2026-07-08T01:50:41.6341337Z    Compiling hyper-rustls v0.27.9
2026-07-08T01:50:41.6342246Z    Compiling tokio-websockets v0.13.2
2026-07-08T01:50:41.7886235Z    Compiling reqwest v0.13.4
2026-07-08T01:50:42.7536934Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-08T01:51:01.4409946Z    Compiling spt-net v0.29.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-08T01:51:02.9215500Z    Compiling spt-daemon v0.29.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-08T01:51:12.9237660Z    Compiling spt v0.29.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-08T01:51:21.2401267Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 23s
2026-07-08T01:51:21.2667488Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-8be37c51cf8874e7.exe)
2026-07-08T01:51:21.3745815Z 
2026-07-08T01:51:21.3746215Z running 1 test
2026-07-08T01:51:29.9203617Z 
2026-07-08T01:51:29.9204358Z thread 'new_brain_serves_against_old_broker' (18864) panicked at crates\spt\tests\n1_pairing.rs:161:5:
2026-07-08T01:51:29.9204837Z the current brain must connect + handshake the old broker (BRAIN_UP).
2026-07-08T01:51:29.9205094Z TRACE:
2026-07-08T01:51:29.9205194Z 
2026-07-08T01:51:29.9205345Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-07-08T01:51:29.9219941Z test new_brain_serves_against_old_broker ... FAILED
2026-07-08T01:51:29.9220229Z 
2026-07-08T01:51:29.9220294Z failures:
2026-07-08T01:51:29.9220411Z 
2026-07-08T01:51:29.9220479Z failures:
2026-07-08T01:51:29.9220651Z     new_brain_serves_against_old_broker
2026-07-08T01:51:29.9220800Z 
2026-07-08T01:51:29.9220971Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.55s
2026-07-08T01:51:29.9221236Z 
2026-07-08T01:51:29.9240401Z error: test failed, to rerun pass `-p spt --test n1_pairing`
2026-07-08T01:51:29.9736386Z ##[error]Process completed with exit code 1.
2026-07-08T01:51:29.9947566Z Post job cleanup.
2026-07-08T01:51:30.1079086Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-08T01:51:30.1289573Z git version 2.43.0.windows.1
2026-07-08T01:51:30.1322814Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\61ed3e3d-89e2-404c-9af4-de6fbac90ddf\.gitconfig'
2026-07-08T01:51:30.1338265Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\61ed3e3d-89e2-404c-9af4-de6fbac90ddf' before making global git config changes
2026-07-08T01:51:30.1339184Z Adding repository directory to the temporary git global config as a safe directory
2026-07-08T01:51:30.1344281Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-08T01:51:30.1585493Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-08T01:51:30.1827695Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-08T01:51:30.6999758Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-08T01:51:30.7241300Z http.https://github.com/.extraheader
2026-07-08T01:51:30.7273663Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-07-08T01:51:30.7541291Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-08T01:51:31.2005392Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-08T01:51:31.2777517Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-08T01:51:31.7231566Z Cleaning up orphan processes
